Automatic generation produced by ISE Eiffel
indexing
description: "Objects that display a dialog of the selected files"
author: "Timon Hertli"
date: "$Date$"
revision: "$Revision$"
class interface
DISPLAY_FILES_DIALOG
create
default_create
feature
initialize
-- Initialize Dialog
feature -- Access
set_names (a_list: LIST [STRING])
-- Set names to display
ensure
names_set: names = a_list
names: LIST [STRING]
end -- class DISPLAY_FILES_DIALOG
-- Generated by ISE Eiffel --
For more details: www.eiffel.com